@media screen and (max-width:992px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 480px) {
	/*480分辨率下清除左右填充10px上10px*/
	.wrap.mar{
		padding-top: 5px;
		padding-left: 0;
		padding-right:0;
	}
	.wrap22_022_pet.mar,.wrap_bopp.mar{
		padding-left: 0;
		padding-right:0;
	}
		/*480分辨率下居上10px*/
	.margin-top-10-480{
		margin-top: 2%;
	}
	/*480分辨率下不显示*/
	.display-none-480{
		display: none !important;
	}
	/*480分辨率下清除浮动*/
	.clear-fr-480{
		float: none!important;
	}
	/*480分辨率下清除固定宽度*/
	.clear-width-480{
		width:100% !important;
		/*margin: 0 1% !important;*/
		margin-bottom: 2% !important;
		font-size: 14px;
	}
	/*480分辨率下宽度100%*/
	.clear-width100-480{
		width:100% !important;
	}
	/*480分辨率下清除固定宽度*/
	.clear-height-480{
		height:auto !important;
		overflow: hidden;
	}
	/*焦点图*/
	.res-480px-focuos{
		display: none;
	}
	/*焦点图下广告*/
	.res-480px-focuos-down{
		display: none;
	}

	/*bopet清除模厂产销左浮动10px*/
	.whsp3_cjbm_022_pet.l.l10,.whsp2_02.l10.l{
		margin-left: 0;
	}
	/*首页选项卡*/
	.tabmenu_01_new{
		width: 100% !important;
	}
	.tabcontent_01_new .line .n_tab_2015_img{
		display: none;
	}

	.width-7{
		width: 70%!important;
	}
	.width-77{
		width: 77%!important;
	}
	.plrmlr{
		padding: 0!important;
		margin: 0!important;
	}
	/*详情页*/
	.wrap_detail{
		width: 100%!important;
		padding: 0!important;
	}
	.artol{
		width: 100%!important;
	}
	.artol .detail{
		width: 100%!important;
		background: #ffffff;
	}
	/*文章内部图片显示*/
	.artol .detail img{
		 width: 100%!important;
		 height: auto;
	 }
	/*文章内部表格显示*/
	.artol .detail table{
		width: 100%!important;
		height: auto;
	}
	.wrap_2015{
		padding: 0!important;
	}
	.quanx{
		width: 100%!important;
	}

	/*列表页面*/
	.wrap_list{
		width: 100%!important;
		padding: 0!important;
	}
	.listu{
		width: 100%!important;
		height:auto!important;
		padding: 0!important;
		margin: 0!important;
		background: #ffffff;
	}
}
.wordbreak ul li{
	width: 93%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}
